go/types.Checker.conf (field)
19 uses
go/types (current package)
builtins.go#L643: x.val = constant.MakeInt64(check.conf.alignof(x.typ))
builtins.go#L707: x.val = constant.MakeInt64(check.conf.offsetof(base, index))
builtins.go#L726: x.val = constant.MakeInt64(check.conf.sizeof(x.typ))
check.go#L99: conf *Config
check.go#L244: conf: conf,
check.go#L313: if check.conf.FakeImportC && check.conf.go115UsesCgo {
check.go#L344: if !check.conf.DisableUnusedImportCheck {
decl.go#L805: if !check.conf.IgnoreFuncBodies && fdecl.Body != nil {
errors.go#L188: f := check.conf.Error
expr.go#L212: prec = uint(check.conf.sizeof(x.typ) * 8)
expr.go#L284: conf = check.conf
expr.go#L1296: if !check.conf.IgnoreFuncBodies && e.Body != nil {
resolver.go#L147: if path == "C" && (check.conf.FakeImportC || check.conf.go115UsesCgo) {
resolver.go#L150: imp.cgo = check.conf.go115UsesCgo
resolver.go#L154: if importer := check.conf.Importer; importer == nil {
resolver.go#L677: if check.conf.IgnoreFuncBodies {
stmt.go#L17: if check.conf.IgnoreFuncBodies {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)